home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Sciences / Acid⁄Base Ident. Lab / card_6210.txt < prev    next >
Text File  |  1990-06-19  |  561b  |  30 lines

  1. -- card: 6210 from stack: in. Lab
  2. -- bmap block id: 6517
  3. -- flags: 0000
  4. -- background id: 2568
  5. -- name: help2
  6. ----- HyperTalk script -----
  7. on mouseup
  8.   go to card "help1"
  9. end mouseup
  10.  
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=1 top=36 right=113 bottom=410
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   send mouseup to card help2
  28. end mouseUp
  29.  
  30.